In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor / ToCMYK Method

ToCMYK Method

In This Topic
Syntax
'Declaration

 

Public Sub ToCMYK( _

   ByRef cyan As Byte, _

   ByRef magenta As Byte, _

   ByRef yellow As Byte, _

   ByRef black As Byte _

) 
public void ToCMYK( 

   out byte cyan,

   out byte magenta,

   out byte yellow,

   out byte black

)
public procedure ToCMYK( 

   Out  cyan: Byte;

   Out  magenta: Byte;

   Out  yellow: Byte;

   Out  black: Byte

); 
public function ToCMYK( 

   cyan : byte,

   magenta : byte,

   yellow : byte,

   black : byte

);
public: void ToCMYK( 

   [PARAMFLAG::Out] byte cyan,

   [PARAMFLAG::Out] byte magenta,

   [PARAMFLAG::Out] byte yellow,

   [PARAMFLAG::Out] byte black

) 
public:

void ToCMYK( 

   [Out] byte cyan,

   [Out] byte magenta,

   [Out] byte yellow,

   [Out] byte black

) 

Parameters

cyan
magenta
yellow
black
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor
GdPictureColor Members